Skip to content

Commit 534b627

Browse files
committed
Make a travis config similar to NSS
1 parent 52770a3 commit 534b627

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
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-server-*.tgz
23+
24+
cache: npm
25+
26+
notifications:
27+
email:
28+
- solid@janeirodigital.com
29+
- solid-travis@inrupt.com

0 commit comments

Comments
 (0)