Skip to content

Commit 8f0f79f

Browse files
committed
Fix Travis config
1 parent 9ae4ec5 commit 8f0f79f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: node_js
2-
sudo: false
3-
cache:
4-
directories:
5-
- node_modules
62
node_js:
73
- "4"
84
- "5"
9-
before_install:
10-
- npm install -g babel-cli
5+
script:
6+
- npm run clean
7+
- npm run build
8+
- npm run test
9+
branches:
10+
only:
11+
- master

0 commit comments

Comments
 (0)