Skip to content

Commit

Permalink
Don't test Java 7 on Travis anymore; #287
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Dec 2, 2017
1 parent ef69ed3 commit aa00e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.test.py
Expand Up @@ -5,7 +5,7 @@
from dmoj import judgeenv
from dmoj.citest import ci_test, get_dirs, make_override
EXECUTORS = ['ADA', 'AWK', 'BF', 'C', 'CBL', 'D', 'DART', 'CPP0X', 'CPP03', 'CPP11', 'CLANG', 'CLANGX',
'F95', 'GO', 'GROOVY', 'HASK', 'JAVA7', 'JAVA8', 'JAVA9',
'F95', 'GO', 'GROOVY', 'HASK', 'JAVA8', 'JAVA9',
'PAS', 'PRO', 'GAS32', 'GAS64', 'LUA', 'NASM', 'NASM64',
'PERL', 'PHP', 'PY2', 'PY3', 'PYPY', 'PYPY3',
'RUBY2', 'RUST', 'SCALA', 'SCM', 'SED', 'SWIFT', 'TCL', 'TEXT']
Expand Down

0 comments on commit aa00e70

Please sign in to comment.