Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Apr 9, 2016
1 parent a9c1336 commit 7fba2ec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "4.2"
- '4.2'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'npm install'
- npm install
script:
- './node_modules/gulp/bin/gulp.js build'
- './node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Chrome'
- './node_modules/.bin/karma start --browsers Firefox --single-run'

0 comments on commit 7fba2ec

Please sign in to comment.