Skip to content

Commit 25ecfd9

Browse files
committed
Setting up Travis
1 parent b09941c commit 25ecfd9

File tree

2 files changed

+16
-33
lines changed

2 files changed

+16
-33
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
cache:
3+
directories:
4+
- ~/.npm
5+
notifications:
6+
email: false
7+
node_js:
8+
- '9'
9+
- '8'
10+
- '6'
11+
- '4'
12+
after_success:
13+
- npm run semantic-release
14+
branches:
15+
except:
16+
- /^v\d+\.\d+\.\d+$/

travis.yml

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

0 commit comments

Comments
 (0)