Skip to content

Commit

Permalink
Merge pull request #1523 from hawkrives/ci-tweaks
Browse files Browse the repository at this point in the history
tweak the ci infra a bit
  • Loading branch information
hawkrives authored Jun 8, 2017
2 parents 8bd1982 + e7011f6 commit 0ccde93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ branches:
# version tags (from https://github.com/sindresorhus/semver-regex)
- /^v?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?$/

cache:
directories:
- $(npm config get cache)

jobs:
include:
- &job
Expand All @@ -18,7 +14,7 @@ jobs:
dist: trusty
language: node_js
node_js: 8
install:
install:
- npm install
script:
- npm run lint
Expand All @@ -29,9 +25,8 @@ jobs:
- npm run flow
- npm run test -- --coverage --runInBand
after_success:
- npm install coveralls
- ./node_modules/.bin/coveralls < ./coverage/lcov.info
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage.json
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json

- <<: *job
stage: build + deploy
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"chalk": "1.1.3",
"clean-webpack-plugin": "0.1.16",
"copy-webpack-plugin": "4.0.1",
"coveralls": "2.13.1",
"cpy": "5.0.0",
"cross-env": "5.0.1",
"css-loader": "0.28.4",
Expand Down

0 comments on commit 0ccde93

Please sign in to comment.