Skip to content

Commit 2c288b8

Browse files
authored
Merge pull request #1553 from byuccl/fix_travis_pl_references
Replace lingering references to pl scripts in travis
2 parents c85560f + 06b7066 commit 2c288b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ jobs:
120120
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
121121
script:
122122
- ./.github/travis/build.sh
123-
- travis_wait 30 ./run_reg_test.pl vtr_reg_basic -show_failures -j2
123+
- travis_wait 30 ./run_reg_test.py vtr_reg_basic -show_failures -j2
124124
- stage: Test
125125
name: "Basic Regression Tests with VTR_ENABLE_DEBUG_LOGGING"
126126
env:
127127
- CMAKE_PARAMS="-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on"
128128
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
129129
script:
130130
- ./.github/travis/build.sh
131-
- travis_wait 30 ./run_reg_test.pl vtr_reg_basic -show_failures -j2
131+
- travis_wait 30 ./run_reg_test.py vtr_reg_basic -show_failures -j2
132132
- stage: Test
133133
name: "Strong Regression Tests"
134134
env:

0 commit comments

Comments
 (0)