Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Replace Circle CI in favour of Travis (which we already had a config …
Browse files Browse the repository at this point in the history
…for)
  • Loading branch information
jxom committed Nov 15, 2018
1 parent 9ad7782 commit e383db1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

This file was deleted.

19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
sudo: false

language: node_js
node_js:
- 8

cache:
- yarn
before_install:
- npm install codecov.io coveralls

after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

branches:
only:
- master
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.0
- export PATH=$HOME/.yarn/bin:$PATH
script:
- yarn test
- yarn build

0 comments on commit e383db1

Please sign in to comment.