Skip to content

Commit 93ace40

Browse files
committed
Allow failures on docs
1 parent 762180d commit 93ace40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ env:
1212
- JQUERY=1
1313
- JQUERY=2
1414
- JQUERY=3
15+
allow_failures:
1516
- DOCUMENTATION=1
1617

18+
1719
install:
1820
- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
1921
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi

0 commit comments

Comments
 (0)