Skip to content

Commit 079e4f6

Browse files
committed
chore(*): Switch to TravisCI again
1 parent 8658915 commit 079e4f6

File tree

2 files changed

+14
-41
lines changed

2 files changed

+14
-41
lines changed

.circleci/config.yml

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

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
dist: trusty
2+
sudo: false
3+
language: node_js
4+
node_js:
5+
- 9
6+
7+
before_install: npm install -g greenkeeper-lockfile@1
8+
before_script: greenkeeper-lockfile-update
9+
# Only the node version 6 job will upload the lockfile
10+
after_script: greenkeeper-lockfile-upload
11+
12+
cache:
13+
directories:
14+
- "node_modules"

0 commit comments

Comments
 (0)