We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185e21 commit b352932Copy full SHA for b352932
1 file changed
.travis.yml
@@ -0,0 +1,10 @@
1
+language: ruby
2
+before_install:
3
+ - gem install bundler
4
+rvm:
5
+ - 1.9.3
6
+script: jekyll build
7
+notifications:
8
+ email:
9
+ on_success: never
10
+ on_failure: never
0 commit comments