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

Commit

Permalink
fix: TravisCI error
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed May 6, 2018
1 parent 9bd4b45 commit 68f9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- mv ${TRAVIS_BUILD_DIR}/google-services.json ${TRAVIS_BUILD_DIR}/app/google-services.json
- cp local.properties.ci local.properties
- ls -all
- source scripts/writeEnvVariables.sh.sh && copyEnvVarsToManifest && copyEnvVarsToSigningProperties
- source scripts/writeEnvVariables.sh && copyEnvVarsToManifest && copyEnvVarsToSigningProperties
- docker pull influxdb
- docker run --name=influxdb -d -p 127.0.0.1:8086:8086 influxdb
- docker ps -a
Expand Down

0 comments on commit 68f9777

Please sign in to comment.