Skip to content

Commit

Permalink
chore(build): Travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Jan 6, 2017
1 parent 3cdc6e2 commit da501f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ install:
- export PATH=$PATH:~/casperjs/bin
- npm install -g grunt-cli
- npm install
script:
- sh ./tests/travis.sh
before_script:
- grunt install
script:
- sh ./tests/travis.sh
after_script:
- cat ./tests/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
env:
Expand Down

0 comments on commit da501f5

Please sign in to comment.