Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit bdc6f3f

Browse files
Merge pull request #88 from microservices-demo/uprade-node-version
Upgrade Node
2 parents b2308a3 + 390c3fd commit bdc6f3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
sudo: required
44

55
node_js:
6-
- "0.10.32"
6+
- "4.8.1"
77

88
services:
99
- docker
@@ -12,6 +12,9 @@ before_install:
1212
- sudo apt-get install -y make
1313
- make test-image deps
1414

15+
install:
16+
- npm install
17+
1518
env:
1619
- GROUP=weaveworksdemos COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
1720

0 commit comments

Comments
 (0)