We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e4105 commit 0acf6f4Copy full SHA for 0acf6f4
.travis.yml
@@ -11,9 +11,9 @@ before_install:
11
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
12
- sudo apt-get update -qq
13
- sudo apt-get install -y -qq yarn
14
- - yarn jest:all
15
cache:
16
yarn: true
17
script:
+ - yarn jest:all
18
- yarn gh-pages-clean
19
- yarn docz:deploy -u "${GITHUB_NAME} <${GITHUB_EMAIL}>" -m "Generated by Travis CI 🤖🤖🤖 - [Build#${TRAVIS_BUILD_NUMBER}]"
0 commit comments