Skip to content

Commit 6c6134a

Browse files
authored
Merge pull request #13 from solid/fix/audit-1
Autoupdate deps with npm audit fix --force
2 parents 52770a3 + ff3d779 commit 6c6134a

File tree

4 files changed

+924
-85
lines changed

4 files changed

+924
-85
lines changed

.travis.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.12"
4+
- "8"
5+
- "10"
6+
- "lts/*"
7+
- "node"
8+
9+
before_install:
10+
- echo "No GitHub dependencies allowed" &&
11+
! grep '"github:' package-lock.json
12+
- npm install -g npm@latest
13+
14+
install:
15+
- npm ci
16+
17+
script:
18+
# Test the code
19+
- npm test
20+
# Test global install of the package
21+
- npm pack .
22+
- npm install -g solid-ws-*.tgz
23+
24+
cache: npm
25+
26+
notifications:
27+
email:
28+
29+

0 commit comments

Comments
 (0)