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 58f2939 commit 6c18f8eCopy full SHA for 6c18f8e
.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
@@ -13,6 +11,8 @@ services:
13
11
14
12
15
- DOCKER_COMPOSE_VERSION=1.22.0
+ - IMAGE_NAME=resources-api
+ - DEPLOY_BRANCHES="master"
16
17
install:
18
- pip install pipenv
bin/run.sh
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+set -eu
+
# Only process first job in matrix (TRAVIS_JOB_NUMBER ends with ".1")
if [[ ! $TRAVIS_JOB_NUMBER =~ \.1$ ]]; then
echo "Skipping deploy since it's not the first job in matrix"
0 commit comments