We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5742d62 commit e5483cbCopy full SHA for e5483cb
1 file changed
.travis.yml
@@ -4,7 +4,10 @@ node_js:
4
5
cache: npm
6
7
-script: npm run build
+before_script:
8
+ - chmod +x ./scripts/build.sh
9
+
10
+script: ./scripts/build.sh
11
12
deploy:
13
provider: pages
0 commit comments