Skip to content

Commit ae049c6

Browse files
author
Jonatan Salas
committed
Added travis.yml
1 parent 5e3aae5 commit ae049c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- stable
5+
cache:
6+
directories:
7+
- node_modules
8+
before_install:
9+
branches:
10+
only:
11+
- master
12+
- /^greenkeeper-.*$/
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)