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

Commit d6cf0c6

Browse files
authored
Merge pull request #275 from TimNN/fix-travis
fix travis
2 parents 26d3045 + cdac276 commit d6cf0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

1212
install:
13-
# needed for linting JS below
14-
- npm install jshint
13+
# needed for linting JS below (npm does not seem to be in sudo's path)
14+
- sudo `which npm` install -g jshint
1515
# this is a dependency of playpen currently
1616
- sudo pip install pygments
1717

0 commit comments

Comments
 (0)