Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit b661f94

Browse files
Ryan SepassiCopybara-Service
authored andcommitted
Move oss_scripts to top-level
PiperOrigin-RevId: 212031390
1 parent 8bdaeb2 commit b661f94

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ before_install:
3333
- sudo apt-get update -qq
3434
- sudo apt-get install -qq libhdf5-dev
3535
install:
36-
- ./tensor2tensor/oss_scripts/oss_pip_install.sh
36+
- ./oss_scripts/oss_pip_install.sh
3737
script:
38-
- ./tensor2tensor/oss_scripts/oss_tests.sh
39-
- ./tensor2tensor/oss_scripts/oss_integration_test.sh
38+
- ./oss_scripts/oss_tests.sh
39+
- ./oss_scripts/oss_integration_test.sh
4040

4141
# Conditional commands should each be in a separate block to get proper
4242
# errors on Travis.

tensor2tensor/oss_scripts/oss_integration_test.sh renamed to oss_scripts/oss_integration_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# Note that this test script requires docker to be installed and running.
4+
35
set -v # print commands as they're executed
46
set -e # fail and exit on any command erroring
57

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)