Skip to content

Commit

Permalink
'fix travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jun 27, 2016
1 parent 181407b commit 20ae25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rvm:
- 2.2

matrix:
allowed_failure:
allow_failures:
- rvm: 2.2

before_install:
Expand All @@ -13,19 +13,13 @@ install:
- npm install -g csslint
- bundle install

before_script:
- chmod +x ./script/cibuild

script:
- ./script/cibuild
- bash .travis/cibuild
- csslint _site/css/gallery.css
- csslint _site/css/logo-nav.css
- csslint _site/css/syntax.css

# branch whitelist, only for GitHub Pages
branches:
only:
- master

env:
global:
Expand Down
File renamed without changes.

0 comments on commit 20ae25b

Please sign in to comment.