Skip to content

Commit 99f82ac

Browse files
committed
chore(ci): back to TravisCI
1 parent fd07e64 commit 99f82ac

File tree

2 files changed

+17
-37
lines changed

2 files changed

+17
-37
lines changed

.circleci/config.yml

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

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
dist: trusty
2+
sudo: false
3+
language: node_js
4+
node_js:
5+
- 9
6+
7+
github-token: $GITHUB_TOKEN
8+
before_install: npm install -g greenkeeper-lockfile@1
9+
before_script: greenkeeper-lockfile-update
10+
after_script: greenkeeper-lockfile-upload
11+
12+
cache:
13+
directories:
14+
- "node_modules"
15+
16+
git:
17+
depth: false

0 commit comments

Comments
 (0)