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 d9ec5e7 commit 3573802Copy full SHA for 3573802
.travis.yml
@@ -32,7 +32,9 @@ script:
32
after_success:
33
- cat coverage/lcov.info | coveralls
34
- bash scripts/gh-pages.sh $TMPDIR/gh-pages $TRAVIS_BUILD_DIR/dist/angular-admin-lte-demo
35
-
+before_install:
36
+ - npm install -g yarn
37
+ -
38
before_deploy:
39
- cp README.md LICENSE dist/angular-admin-lte
40
- cd dist/angular-admin-lte
0 commit comments