Skip to content

Commit

Permalink
Fixes travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cheldt committed Mar 17, 2016
1 parent 14576a5 commit 26a1d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- '0.8'
- '0.10'
script: node_modules/karma/bin/karma start snautsynth.conf.js --single-run
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
- npm install -g npm@latest
- npm install
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
"directories": {
"test": "tests"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"karma": "^0.13.22",
"jasmine-core": "^2.4.1",
"karma-firefox-launcher": "^0.1.7",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-requirejs": "^0.2.5",
"requirejs": "^2.1.22"
"requirejs": "<=2.1.22"

},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 26a1d9b

Please sign in to comment.