Skip to content

Commit

Permalink
fix .travis.yml for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jun 21, 2015
1 parent a85339d commit e79e41c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
language: node_js
node_js:
- "0.10"
- "0.12"
addons:
firefox: "38.0"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
env:
- TEST_SUITE=compile
- TEST_SUITE=coveralls
- TEST_SUITE=test
- TEST_SUITE=lint
script: "npm run-script $TEST_SUITE"
- TEST_SUITE=test
script: "npm run $TEST_SUITE"

0 comments on commit e79e41c

Please sign in to comment.