We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f30c54 commit e5e3dedCopy full SHA for e5e3ded
2 files changed
.travis.yml
@@ -6,10 +6,7 @@ install:
6
- bundle install
7
- npm install grunt grunt-html --save-dev
8
9
-script:
10
- - bundle exec jekyll build --drafts
11
- - grunt test
12
- - bundle exec htmlproof ./_site
+script: "./test.sh"
13
14
# environment
15
language: ruby
test.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+#
3
+# Run the tests
4
5
+bundle exec jekyll build --drafts
+grunt test
+bundle exec htmlproof ./_site
0 commit comments