We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d4b73 commit f597d8fCopy full SHA for f597d8f
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
- "4.1"
4
-script:
+script:
5
+ - bash cp -rf ./node_modules/bootswatch/bower_components/bootstrap/dist/fonts/ ./node_modules/bootswatch/ #workaround
6
- npm run ci
7
- bash ./.travis-deploy.sh
0 commit comments