Skip to content

Commit 008f545

Browse files
committed
Merge pull request #6 from olegman/patch-2
Update .travis.yml
2 parents dfc2324 + 095f356 commit 008f545

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.travis.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
language: node_js
2+
sudo: false
23
node_js:
3-
- "6"
4-
- "4"
5-
- "0.12"
4+
- 4
5+
- 6
6+
7+
cache:
8+
directories:
9+
- node_modules
10+
11+
script:
12+
- npm test
13+
14+
deploy:
15+
provider: npm
16+
17+
api_key: $NPM_API_KEY
18+
on:
19+
tags: true
20+
repo: lutien/postcss-extract-value

0 commit comments

Comments
 (0)