Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidValin committed Jul 15, 2018
1 parent eb14d4e commit 502b63a
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
@@ -1,9 +1,9 @@
language: node_js
node_js:
- 6.11.5
script: node_modules/karma/bin/karma start --single-run --single-run --browsers PhantomJS karma.conf.js
script: yarn test
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install
- yarn

0 comments on commit 502b63a

Please sign in to comment.