Skip to content

Commit

Permalink
Disable Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ixkaito committed Jun 5, 2016
1 parent 96124fe commit c6e088d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .travis.yml
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

0 comments on commit c6e088d

Please sign in to comment.