From 543315c1650d8aa7fd117ae6cdbc7c501ae5edb5 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 9 Jun 2015 11:43:43 +0200 Subject: [PATCH] Error in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 657c4f09..26024bec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: script: - ./setup_environment.py - source ./quantum_package.rc - - qp_create_ninja.py --production ./config/gfortran_example.cfg + - qp_create_ninja.py --production ./config/gfortran.cfg - ninja - cd ocaml ; make ; cd - - cd testing_no_regression ; ./unit_test.py