Skip to content

Commit 12cd94d

Browse files
committed
.travis.yml: sync up with styles repo
1 parent 10b9c0c commit 12cd94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Travis CI is only used to check the lesson and is not involved in its deployment
12
language: python
23
python: 3.6
34
branches:
@@ -6,7 +7,7 @@ branches:
67
- /.*/
78
before_install:
89
- rvm default
9-
- gem install json kramdown jekyll
10+
- gem install json kramdown jekyll bundler
1011
install:
1112
- pip install pyyaml
1213
script:

0 commit comments

Comments
 (0)