Skip to content

Commit 0b6cd4e

Browse files
committed
Environment variables per session should be on single line
1 parent dbce2cb commit 0b6cd4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ dotnet: 2.1.400
55
dist: trusty
66

77
env:
8-
- NAME="azure-powershell-core" CONFIG="Debug"
9-
- TESTS_TO_RUN="Core"
10-
- TESTS_TO_RUN="NonCore"
8+
- NAME="azure-powershell-core" CONFIG="Debug" TESTS_TO_RUN="Core"
9+
- NAME="azure-powershell-core" CONFIG="Debug" TESTS_TO_RUN="NonCore"
1110

1211
services:
1312
- docker

0 commit comments

Comments
 (0)