Renamed configure in travis

This commit is contained in:
Anthony Scemama 2015-06-11 16:45:44 +02:00
parent 96a16cc46e
commit 5f64a7f568
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before_script:
- sudo apt-get install graphviz
script:
- ./configure.py --production ./config/gfortran.cfg
- ./configure --production ./config/gfortran.cfg
- source ./quantum_package.rc
- ninja
- cd ocaml ; make ; cd -