-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
24 deletions.
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
language: node_js | ||
node_js: | ||
- '5' | ||
- '4' | ||
# language: node_js | ||
# node_js: | ||
# - '5' | ||
# - '4' | ||
|
||
branches: | ||
only: | ||
- master | ||
# branches: | ||
# only: | ||
# - master | ||
|
||
env: | ||
global: | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true | ||
- GITHUB_REPO: 'ixkaito/frasco' | ||
# env: | ||
# global: | ||
# - NOKOGIRI_USE_SYSTEM_LIBRARIES=true | ||
# - GITHUB_REPO: 'dojocon-japan/test' | ||
|
||
before_install: | ||
- rvm install 2.1 | ||
# before_install: | ||
# - rvm install 2.1 | ||
|
||
install: | ||
- npm install | ||
- gem install jekyll html-proofer | ||
# install: | ||
# - npm install | ||
# - gem install jekyll html-proofer | ||
|
||
script: | ||
- jekyll build | ||
- npm test | ||
- htmlproofer ./_site | ||
# script: | ||
# - jekyll build | ||
# - npm test | ||
# - htmlproofer ./_site | ||
|
||
after_success: | ||
- if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then exit 0; fi | ||
- git push -f -q "https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" master:gh-pages > /dev/null 2>&1 | ||
# after_success: | ||
# - if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then exit 0; fi | ||
# - git push -f -q "https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" master:gh-pages > /dev/null 2>&1 | ||
|
||
sudo: false | ||
# sudo: false |