Skip to content

Commit

Permalink
ci: specify Node version more loosely
Browse files Browse the repository at this point in the history
Also removed meaningless `os` section from .travis.yml.

http://docs.travis-ci.com/user/multi-os/

> We are not currently accepting multi-OS requests
>
> We are at capacity with Mac workers in both .org and .com
environments. Consequently, we are not accepting requests for the
multi-OS feature at this time. As more capacity is added, we will
resume accepting requests.
  • Loading branch information
shinnn committed Apr 27, 2015
1 parent 97e2985 commit 20dde86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ sudo: false
git:
depth: 2
language: node_js
os:
- linux
- osx
node_js:
- iojs
- '0.12'
- node
- '0.10'
after_script: npm run cover
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ shallow_clone: true

version: '1.0.{build}'

skip_tags: true

environment:
matrix:
- nodejs_version: '1.2'
- nodejs_version: '0.12'
- nodejs_version: '1'
- nodejs_version: '0'

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -21,4 +23,3 @@ build: off

cache:
- node_modules -> package.json

0 comments on commit 20dde86

Please sign in to comment.