Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 50f7389

Browse files
committed
Travis: Install node and npm
1 parent 7c04bc3 commit 50f7389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ before_install:
1010
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine
1111

1212
install:
13+
# Install node and npm
14+
- sudo apt-get install -y node npm
1315
# needed for linting JS below (npm does not seem to be in sudo's path)
1416
- sudo `which npm` install -g jshint
1517
# this is a dependency of playpen currently

0 commit comments

Comments
 (0)