Skip to content

Commit

Permalink
Fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Mason committed Jul 24, 2013
1 parent 2db0b66 commit 6a55015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

script: ./runTests
script: ./runTests -l Firefox,PhantomJS
2 changes: 1 addition & 1 deletion runTests
Expand Up @@ -2,4 +2,4 @@ export PATH=$PATH:node_modules/.bin

npm install

testem ci
testem ci $@

0 comments on commit 6a55015

Please sign in to comment.