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

Commit 90baa38

Browse files
committed
Comment travis.yml
1 parent 720c061 commit 90baa38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ rust: stable
55
services:
66
- docker
77

8+
# Install an updated version of docker
89
before_install:
9-
- docker version
10-
- apt-cache madison docker-engine
1110
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine
1211

1312
install:
13+
# needed for linting JS below
1414
- npm install jshint
15+
# this is a dependency of playpen currently
1516
- sudo pip install pygments
17+
1618
script:
1719
- find static/ -iname "*.js" | xargs jshint
1820
- cargo build

0 commit comments

Comments
 (0)