We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762180d commit 93ace40Copy full SHA for 93ace40
.travis.yml
@@ -12,8 +12,10 @@ env:
12
- JQUERY=1
13
- JQUERY=2
14
- JQUERY=3
15
+ allow_failures:
16
- DOCUMENTATION=1
17
18
+
19
install:
20
- if [ "$JQUERY" ] ; then nvm install stable && npm install && npm install jquery@$JQUERY && npm test ; fi
21
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
0 commit comments