-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mocha. * Add chai. * Add example test. * Remove mocha and chai. * Add basic travis script. * Check with htmlproofer. * Update README file. * Add gulp build command to npm. * Print ls after npm install. * Move ls. * Install gulp global. * Travis works.
- Loading branch information
Nir Galon
authored
Aug 18, 2016
1 parent
21f348b
commit 39699b6
Showing
4 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
sudo: false | ||
|
||
language: ruby | ||
rvm: | ||
- 2.1 | ||
|
||
env: | ||
global: | ||
# speeds up installation of html-proofer | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true | ||
|
||
install: | ||
- npm install | ||
- npm install -g gulp | ||
- gem install jekyll jekyll-paginate html-proofer | ||
|
||
script: | ||
- gulp build | ||
- rm -R ./_site/node_modules | ||
- htmlproofer ./_site --disable-external |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters