Skip to content

Commit de1696b

Browse files
committed
split out build and run script steps
1 parent 77b012d commit de1696b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ before_script:
99
- bundle exec hatchet ci:setup
1010

1111
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
12+
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .
13+
- 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
1416

1517
jobs:
1618
include:

0 commit comments

Comments
 (0)