Skip to content

Commit

Permalink
test in chroem
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Apr 9, 2016
1 parent 4a2733d commit 5838d0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
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'
script:
- './node_modules/gulp/bin/gulp.js build'
- './node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Firefox'
- './node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Chrome'

0 comments on commit 5838d0e

Please sign in to comment.