Skip to content

Commit e6ab27f

Browse files
committed
fix TSE eval Travis
1 parent 6553b3c commit e6ab27f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis_tse.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ echo "# does nothing, only compile" >> call_nopol.sh
2424
chmod 755 call_nopol.sh
2525

2626
# only compiling
27+
28+
# commons math
2729
python src/reproduce.py -bug cm1 || true
2830
python src/reproduce.py -bug cm2 || true
2931
python src/reproduce.py -bug cm3 || true
@@ -32,7 +34,8 @@ python src/reproduce.py -bug cm5 || true
3234
python src/reproduce.py -bug cm6 || true
3335
python src/reproduce.py -bug cm7 || true
3436
python src/reproduce.py -bug cm10 || true
35-
# python src/reproduce.py -bug cm5
37+
python src/reproduce.py -bug pm1 || true
38+
python src/reproduce.py -bug pm2 || true
3639

3740
# Commons lang
3841
python src/reproduce.py -bug cl1 || true
@@ -41,7 +44,6 @@ python src/reproduce.py -bug cl3 || true
4144
python src/reproduce.py -bug cl4 || true
4245
python src/reproduce.py -bug cl5 || true
4346
python src/reproduce.py -bug cl6 || true
44-
4547
python src/reproduce.py -bug pl1 || true
4648
python src/reproduce.py -bug pl2 || true
4749
python src/reproduce.py -bug pl3 || true

0 commit comments

Comments
 (0)