Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(travis): normalize travis configs
  • Loading branch information
christopherthielen committed Apr 21, 2018
1 parent 172adc9 commit ba94459
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -5,17 +5,18 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
script:
- tsc
- yarn test
- yarn test:downstream
- tsc &&
yarn test &&
yarn test:downstream
notifications:
slack:
on_success: never
rooms:
secure: j7e3ZWUOI38Usvk4Ct76vM5qxLihscIhqYzSeIGDBtlR/8TFKQyoSt41McfUQadMNH2Oo8sHSiyhF2Z3Wq4TCWgWOzP40pNcmjIrcIieKi/FbPT2Px+tMJM1mupctJOILEvf0XiBjOPYouM2j/EOaUHlQPsbh5GTYDrbxdmJnctyxXQc1f+j+fudZNi0tssEyuV7rrOoZorWOd7GEbbF3EaW49pCaGL8Bz0Ujq9/I9SZMacSvE15OaXQnHm2wn5oU0MW7+JAN7KpD0VmChY2fVPbxQlsC8j/aFwHxS/c1El+Jd/yDz7sBWopelz5sgCxCXzlWCQMhvMKLh8iXYPLd57seQndfvuMKKXWMLcpxTdI5+t8qhZr3X+NIUlZQQHLB/JQNCfj9MBXhCUAqC42wxwbpGmbfZHE6q4HKSLBZvuwd0ffZc4Z+VogzrKvQ1sqTe3Lx9ugQMsWsEk5+4TxwdJBisTyZZHWm6dOnDB1SL+nMVYXheY9NrWcWQBRuOSCVkVYCjppLSNnT60zaoCQswhczb50QHFgOuxrsGns87Q2a9nhhCabkFN94HBxKHFM6sCr0z8NMA+w6nX1uJBauV68BCUjjENobKdjEs6T17QGIT2JTONdruuImZn/11GdYZuY7Sxt1GzABSsDa+/PJLVlip0/i+1lvpRMX9T9LhU=
sudo: false
git:
depth: 3
cache:
yarn: true
directories:
- node_modules
- ".downstream_cache"

0 comments on commit ba94459

Please sign in to comment.