Skip to content

Commit 5ee505c

Browse files
committed
fix: Upgrade semantic release and other dependencies
Cache npm cache and not local node modules in Travis.
1 parent ec311a6 commit 5ee505c

File tree

5 files changed

+86
-52
lines changed

5 files changed

+86
-52
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
sudo: false
12
language: node_js
3+
cache:
4+
directories:
5+
- ~/.npm
6+
notifications:
7+
email: false
28
node_js:
3-
- 0.8
9+
- '8'
10+
- '6'
11+
- '4'
12+
before_install:
13+
- npm install -g npm
14+
before_script:
15+
- npm prune
16+
after_success:
17+
- npm run semantic-release
18+
branches:
19+
except:
20+
- /^v\d+\.\d+\.\d+$/

asynctaskqueue-min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asynctaskqueue-min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)