We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31e2a8f + e5e3ded commit 5d1ebf4Copy full SHA for 5d1ebf4
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