We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179035b commit 29422beCopy full SHA for 29422be
.travis.yml
@@ -1,8 +1,6 @@
1
env:
2
global:
3
- SQLALCHEMY_DATABASE_URI="sqlite:///:memory:"
4
- - IMAGE_NAME="resources-api"
5
- - DEPLOY_BRANCHES="master"
6
language: python
7
sudo: required
8
dist: xenial
bin/run.sh
@@ -2,6 +2,9 @@
set -eu
+IMAGE_NAME="resources-api"
+DEPLOY_BRANCHES="master"
+
# Only process first job in matrix (TRAVIS_JOB_NUMBER ends with ".1")
9
if [[ ! $TRAVIS_JOB_NUMBER =~ \.1$ ]]; then
10
echo "Skipping deploy since it's not the first job in matrix"
0 commit comments