Skip to content

Commit

Permalink
(#43) Parallelise command tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel de la Peña committed Aug 6, 2018
1 parent 982a27b commit 1cbfad4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ services:
go:
- 1.9.x

env:
- LPN_COMMAND=checkContainer
- LPN_COMMAND=checkImage
- LPN_COMMAND=deploy
- LPN_COMMAND=license
- LPN_COMMAND=pull
- LPN_COMMAND=rm
- LPN_COMMAND=stop
- LPN_COMMAND=version

before_install:
- sudo apt update -y
- sudo apt install realpath -y
Expand All @@ -22,7 +32,7 @@ install:

script:
- ./scripts/coverage.sh
- mkdir bin && mv ./lpn bin/lpn && cucumber -r features
- mkdir bin && mv ./lpn bin/lpn && cucumber features/$LPN_COMMAND.feature

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 1cbfad4

Please sign in to comment.