Skip to content

Commit f597d8f

Browse files
committed
fix(build): fix travis build (add bootswatch / bootstrap fonts workaround)
1 parent f7d4b73 commit f597d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- "4.1"
4-
script:
4+
script:
5+
- bash cp -rf ./node_modules/bootswatch/bower_components/bootstrap/dist/fonts/ ./node_modules/bootswatch/ #workaround
56
- npm run ci
67
- bash ./.travis-deploy.sh

0 commit comments

Comments
 (0)