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

Commit 7d7ae10

Browse files
committed
Remove stale upstream rmw_dps builder from travis config.
Signed-off-by: Todd Malsbary <[email protected]>
1 parent ff06c1e commit 7d7ae10

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
- VARIANT=release TRANSPORT=dtls BINDINGS=python,nodejs ASAN=yes FSAN=yes
1818
- VARIANT=release TRANSPORT=pipe BINDINGS=all ASAN=yes FSAN=no
1919
- VARIANT=release TRANSPORT=fuzzer BINDINGS=python,nodejs ASAN=yes FSAN=yes
20-
- FROM_UPSTREAM=true
2120
matrix:
2221
exclude:
2322
- compiler: clang
@@ -55,9 +54,5 @@ install:
5554
- pip install --user pexpect
5655

5756
script:
58-
- if [ "$FROM_UPSTREAM" != true ]; then
59-
scons CC=$CC CXX=$CXX variant=$VARIANT transport=$TRANSPORT bindings=$BINDINGS asan=$ASAN ubsan=yes fsan=$FSAN;
60-
./test_scripts/run.py -d;
61-
else
62-
./.travis/upstream-check.sh;
63-
fi
57+
- scons CC=$CC CXX=$CXX variant=$VARIANT transport=$TRANSPORT bindings=$BINDINGS asan=$ASAN ubsan=yes fsan=$FSAN;
58+
- ./test_scripts/run.py -d;

.travis/upstream-check.sh

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

0 commit comments

Comments
 (0)