Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from mzgol/travis
Browse files Browse the repository at this point in the history
chore: Drop io.js, test on Node.js 4.x
  • Loading branch information
dignifiedquire committed Sep 9, 2015
2 parents 49026e2 + 6af4d79 commit 9995615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.12"
- "4"

# Make sure we have new NPM.
# Make sure we have new npm on Node 0.10.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
- npm config set loglevel warn

before_script:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "0.1.5",
"description": "A Karma plugin. Launch any browser on BrowserStack!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-browserstack-launcher.git"
Expand Down

0 comments on commit 9995615

Please sign in to comment.