Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
fix(ci): #1652 updatedf formatting for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jan 4, 2020
1 parent b2a70c6 commit e3f45d7
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
language: node_js
node_js:
- '10'
- '10'
branches:
only:
- master
- v0.11.9
- "/issue-*/"
- eddie
- khush
- master
- v0.11.9
- '/issue-*/'
- eddie
- khush
env:
- NODE_ENV=development
- NODE_ENV=development
addons:
apt:
packages:
- libgconf-2-4
- libgconf-2-4
cache:
npm: true
directories:
- "~/.cache"
- '~/.cache'
before_install:
- openssl aes-256-cbc -K $encrypted_52b5fcab8d5f_key -iv $encrypted_52b5fcab8d5f_iv -in firebase.dev.json.enc -out firebase.enc.json -d
- npm cache --force clean
- npm install -g firebase-tools
script:
- "(cd functions; npm install)"
- "(cd functions; npm run lint)"
- "(cd functions; npm run build)"
- "(cd web; npm install)"
- "(cd web; npm run docs)"
- "sh ./scripts/build/dev.sh"
- "(cd web; CYPRESS_FIREBASE=dev npm test)"
- '(cd functions; npm install)'
- '(cd functions; npm run lint)'
- '(cd functions; npm run build)'
- '(cd web; npm install)'
- '(cd web; npm run docs)'
- 'sh ./scripts/build/dev.sh'
- '(cd web; CYPRESS_FIREBASE=dev npm test)'
deploy:
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/eddie.sh
message: Deploying v0.11.eddie-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: eddie
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/khush.sh
message: Deploying v0.11.khush-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: khush
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/dev.sh
message: Deploying v0.11.dev-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: v0.11.9
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/prod.sh
message: Deploying v0.11-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: master
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/eddie.sh
message: Deploying v0.11.eddie-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: eddie
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/khush.sh
message: Deploying v0.11.khush-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: khush
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/dev.sh
message: Deploying v0.11.dev-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: v0.11.9
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/prod.sh
message: Deploying v0.11-$TRAVIS_BUILD_NUMBER-ALPHA
on:
branch: master

0 comments on commit e3f45d7

Please sign in to comment.