Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit da501f5

Browse files
committed
chore(build): Travis yml
1 parent 3cdc6e2 commit da501f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ install:
1313
- export PATH=$PATH:~/casperjs/bin
1414
- npm install -g grunt-cli
1515
- npm install
16-
script:
17-
- sh ./tests/travis.sh
1816
before_script:
1917
- grunt install
18+
script:
19+
- sh ./tests/travis.sh
2020
after_script:
2121
- cat ./tests/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
2222
env:

0 commit comments

Comments
 (0)