Skip to content

Commit d6cb3e3

Browse files
author
hs
committed
created two stages
1 parent 420101a commit d6cb3e3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "8"
4+
jobs:
5+
include:
6+
- stage: build
7+
script: grunt build
8+
- stage: test
9+
script: grunt test

0 commit comments

Comments
 (0)