Skip to content

Commit e65d100

Browse files
authored
Merge pull request #93 from SoftStackFactory/dev
cache dev, add express
2 parents b1105ea + 732f849 commit e65d100

3 files changed

Lines changed: 52 additions & 97 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: node_js
22
node_js:
33
- 8.9.4
4+
cache:
5+
directories:
6+
- node_modules
47
branches:
58
only:
69
- master
@@ -11,9 +14,9 @@ notifications:
1114
webhooks:
1215
urls:
1316
- https://hooks.glip.com/webhook/6d688e2d-f076-4521-8213-f2479e99afe6
14-
on_success: change
17+
on_success: never
1518
on_failure: always
16-
on_start: change
19+
on_start: never
1720
script:
1821
- npm run test-ci
1922
deploy:

0 commit comments

Comments
 (0)