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 77b012d commit de1696bCopy full SHA for de1696b
.travis.yml
@@ -9,8 +9,10 @@ before_script:
9
- bundle exec hatchet ci:setup
10
11
script:
12
- - docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .; docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
13
- - docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .; docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
+ - docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .
+ - docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
14
+ - docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
15
+ - docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
16
17
jobs:
18
include:
0 commit comments