Skip to content

Commit 62bb484

Browse files
committed
[travis] Update OS version to 5.3
1 parent a5bc3e8 commit 62bb484

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ script:
3333
- make -C CEmu/tests/autotester -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
3434
- export PATH=$(pwd)/CEmu/tests/autotester:$PATH
3535
# Grab ROM for tests below
36-
- curl -s https://travis:$ROM_GETTER_PASS@tiplanet.org/scripts/travis/84pce_515_521.rom 2>/dev/null > 84pce_515_521.rom
37-
- export AUTOTESTER_ROM=$(pwd)/84pce_515_521.rom
36+
- export ROM_FILE_NAME=84pce_515_53.rom
37+
- curl -s https://travis:$ROM_GETTER_PASS@tiplanet.org/scripts/travis/$ROM_FILE_NAME 2>/dev/null > $ROM_FILE_NAME
38+
- export AUTOTESTER_ROM=$(pwd)/$ROM_FILE_NAME
3839
# Test toolchain examples
3940
- RESULT=0; for f in $CEDEV/examples/*/*.json; do echo "Launching autotester on $f"; autotester "$f"; RESULT=`expr $RESULT + $?`; done; return $RESULT
4041

0 commit comments

Comments
 (0)