Make python refer to python2.7 explicitly
[gruntmaster-daemon.git] / t / 01-jobs.t
index e3464fc43e882cdb350dc01ab789efb2abf4ced9..6fb5a160233393140f348c8a9f686576c36210c3 100644 (file)
@@ -31,9 +31,11 @@ use constant COMPILER => {
           GCCGO gccgo
           HASKELL ghc
           PERL perl
-          PYTHON python
+          PHP php
+          PYTHON python2.7
           RUBY ruby
           RUST rustc
+          OCAML ocaml
           SBCL sbcl/};
 
 my %needs_fork = map { $_ => 1 } qw/GOLANG GOLFSCRIPT GCCGO JAVA JULIA RUBY/;
This page took 0.008855 seconds and 4 git commands to generate.