Skip to content

Commit 1795ac6

Browse files
committed
backed-out dev/upgrade_archs.sh CI script
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 4565c77 commit 1795ac6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,31 +98,26 @@ jobs:
9898
name: "C++ Unit Tests"
9999
script:
100100
- ./.github/travis/build.sh
101-
- ./dev/upgrade_vtr_archs.sh
102101
- ./.github/travis/unittest.sh
103102
- stage: Test
104103
name: "Basic Regression Tests"
105104
script:
106105
- ./.github/travis/build.sh
107-
- ./dev/upgrade_vtr_archs.sh
108106
- ./run_reg_test.pl vtr_reg_basic -show_failures -j2
109107
- stage: Test
110108
name: "Strong Regression Tests"
111109
script:
112110
- ./.github/travis/build.sh
113-
- ./dev/upgrade_vtr_archs.sh
114111
- travis_wait 30 ./run_reg_test.pl vtr_reg_strong -show_failures -j2
115112
- stage: Test
116113
name: "Basic Valgrind Memory Tests"
117114
script:
118115
- ./.github/travis/build.sh
119-
- ./dev/upgrade_vtr_archs.sh
120116
- ./run_reg_test.pl vtr_reg_valgrind_small -show_failures -j2
121117
- stage: Test
122118
name: "ODIN-II Micro Tests"
123119
script:
124120
- ./.github/travis/build.sh
125-
- ./dev/upgrade_vtr_archs.sh
126121
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
127122

128123
- stage: Test

0 commit comments

Comments
 (0)