Skip to content

Commit d8b0d8d

Browse files
feat(travis): TravisCI Migration -- removes Wercker and CircleCI
1 parent 7d80118 commit d8b0d8d

File tree

3 files changed

+21
-74
lines changed

3 files changed

+21
-74
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
language: node_js
7+
node_js:
8+
- "6"
9+
10+
before_install:
11+
- npm i -g binci
12+
13+
install:
14+
- binci install
15+
16+
script:
17+
- binci lint cover
18+
19+
after_success:
20+
- sudo chmod -R 777 .yarn-cache/ && sudo chmod -R 777 node_modules/ && sudo chmod -R 777 ~/.npm
21+
- export DEPLOY_SHA=$TRAVIS_COMMIT

circle.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

wercker.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)