Skip to content

Commit

Permalink
try in firefox again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Apr 9, 2016
1 parent 5838d0e commit a9c1336
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: node_js
node_js:
- "4.2"
before_script:
- 'export CHROME_BIN=chromium-browser'
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
- 'npm install'
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'npm install'
script:
- './node_modules/gulp/bin/gulp.js build'
- './node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Chrome'

0 comments on commit a9c1336

Please sign in to comment.