Skip to content

Commit

Permalink
really _run_ test-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Sep 22, 2015
1 parent b63ab13 commit 81ea000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- sh -e /etc/init.d/xvfb start

script:
- npm test-travis
- npm run test-travis

after_failure:
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true
Expand Down

0 comments on commit 81ea000

Please sign in to comment.