Skip to content

Commit d086ad8

Browse files
committed
Fix travis script
1 parent 8ff0369 commit d086ad8

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
@@ -20,8 +20,10 @@ before_script:
2020
- docker -v
2121
- docker-compose down
2222
- docker-compose up -d
23-
- cd samples/docker-compose && docker-compose down
24-
- cd samples/docker-compose && docker-compose up -d --build
23+
- pushd samples/docker-compose
24+
- docker-compose down
25+
- docker-compose up -d --build
26+
- popd
2527

2628
script:
2729
- dotnet build -f netcoreapp1.0 src/tarantool.client

0 commit comments

Comments
 (0)