Skip to content

Commit 0acf6f4

Browse files
committed
changed order of jest to be executed after before_isntall
1 parent 69e4105 commit 0acf6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ before_install:
1111
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
1212
- sudo apt-get update -qq
1313
- sudo apt-get install -y -qq yarn
14-
- yarn jest:all
1514
cache:
1615
yarn: true
1716
script:
17+
- yarn jest:all
1818
- yarn gh-pages-clean
1919
- yarn docz:deploy -u "${GITHUB_NAME} <${GITHUB_EMAIL}>" -m "Generated by Travis CI 🤖🤖🤖 - [Build#${TRAVIS_BUILD_NUMBER}]"

0 commit comments

Comments
 (0)