Skip to content

Commit e5483cb

Browse files
committed
Testing travis ci.
1 parent 5742d62 commit e5483cb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ node_js:
44

55
cache: npm
66

7-
script: npm run build
7+
before_script:
8+
- chmod +x ./scripts/build.sh
9+
10+
script: ./scripts/build.sh
811

912
deploy:
1013
provider: pages

0 commit comments

Comments
 (0)