Skip to content

Commit

Permalink
Update travis to allow failure on documentation job.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Aug 29, 2016
1 parent f276520 commit e134b3e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
language: php
php:
- '5.5'

sudo: false
env:
global:
- GIT_NAME: "'Couscous auto deploy'"
- GIT_EMAIL: [email protected]
- GH_REF: github.com/swisnl/jQuery-contextMenu
- secure: XaE2bPODLwmzaNAKv9pA8mMiXJc8OrpyrO5tIGuOCwfQ+q7hx6Xa/tTcyn5+H2g+xYyJ0Qqv5+SDkDxbbgaVJLR1VEW15KEcZbD/3speqkg+yIC/oFxgbf1Ib01f0FowR2cw4/5Y2XzCM8CU7UxOLFGBDDCvM39Ab3UUl4uB/8g=
matrix:
- JQUERY=1
- JQUERY=2
- JQUERY=3
- DOCUMENTATION=1
matrix:
include:
- env: JQUERY=1 php=5.5
- env: JQUERY=2 php=5.5
- env: JQUERY=3 php=5.5
- env: DOCUMENTATION=1 php=5.5
allow_failures:
- env: DOCUMENTATION=1 php=5.5


install:
- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
Expand Down

0 comments on commit e134b3e

Please sign in to comment.