Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clean up CI
- fix Windows coverage by upgrading Coveralls (hopefully)
- reduce number of Travis OSX builds for speed + courtesy
  • Loading branch information
benmosher committed Oct 19, 2017
1 parent 275f1eb commit 2aaf1af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Expand Up @@ -4,15 +4,26 @@ node_js:
- 6
- 8

os:
- linux
- osx
os: linux

env:
- ESLINT_VERSION=2
- ESLINT_VERSION=3
- ESLINT_VERSION=4

# osx backlog is often deep, so to be polite we can just hit these highlights
matrix:
include:
- os: osx
env: ESLINT_VERSION=2
node_js: 4
- os: osx
env: ESLINT_VERSION=3
node_js: 6
- os: osx
env: ESLINT_VERSION=4
node_js: 8

install:
- if [ ${TRAVIS_NODE_VERSION} == "4" ]; then
npm install -g npm@3;
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Expand Up @@ -39,9 +39,8 @@ test_script:
- cd .\resolvers\webpack && npm test && cd ..\..
- cd .\resolvers\node && npm test && cd ..\..

# disabling coveralls since it seems to be broken as-is on Windows
# on_success:
# - npm run coveralls
on_success:
- npm run coveralls

# Don't actually build.
build: off
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"babel-register": "6.24.1",
"babylon": "6.15.0",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"coveralls": "^3.0.0",
"cross-env": "^4.0.0",
"eslint": "2.x - 4.x",
"eslint-import-resolver-node": "file:./resolvers/node",
Expand Down

0 comments on commit 2aaf1af

Please sign in to comment.