Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 91fc62a

Browse files
author
Alan Shaw
committed
chore: switch to travis
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent e161175 commit 91fc62a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
cache: npm
4+
5+
node_js:
6+
- '10'
7+
8+
script:
9+
- npx aegir commitlint --travis
10+
- npx aegir dep-check
11+
- npm run lint
12+
13+
notifications:
14+
email: false

ci/Jenkinsfile

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

0 commit comments

Comments
 (0)