Skip to content

Commit c314c45

Browse files
andyscottjohnynek
authored andcommitted
Delurk Powershell for a more unified test setup (#814)
* Attempt to delurk powershell * 💥 * adjust * adjust
1 parent 98dd05e commit c314c45

File tree

3 files changed

+3
-42
lines changed

3 files changed

+3
-42
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ script:
6161
- |
6262
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
6363
powershell -Command 'Set-ExecutionPolicy RemoteSigned -scope CurrentUser'
64-
BAZEL_VERSION=host powershell -File ./${TEST_SCRIPT}.ps1
65-
else
66-
bash ./${TEST_SCRIPT}.sh ci
64+
export JAVA_HOME='c:\\\\java8'
65+
export BAZEL_VERSION=host
6766
fi
67+
bash ./${TEST_SCRIPT}.sh ci

test_reproducibility.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.

test_rules_scala.ps1

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)