We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b9c0c commit 12cd94dCopy full SHA for 12cd94d
.travis.yml
@@ -1,3 +1,4 @@
1
+# Travis CI is only used to check the lesson and is not involved in its deployment
2
language: python
3
python: 3.6
4
branches:
@@ -6,7 +7,7 @@ branches:
6
7
- /.*/
8
before_install:
9
- rvm default
- - gem install json kramdown jekyll
10
+ - gem install json kramdown jekyll bundler
11
install:
12
- pip install pyyaml
13
script:
0 commit comments