Skip to content

Commit

Permalink
Allow failures on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Aug 26, 2016
1 parent 762180d commit 93ace40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ env:
- JQUERY=1
- JQUERY=2
- JQUERY=3
allow_failures:
- DOCUMENTATION=1


install:
- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
Expand Down

0 comments on commit 93ace40

Please sign in to comment.