Browse Source

Fix brainfart with circle.yml file

Loïc Hoguin 9 years ago
parent
commit
ed9a0be8bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      circle.yml

+ 2 - 2
circle.yml

@@ -17,5 +17,5 @@ dependencies:
 
 
 test:
 test:
   override:
   override:
-    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check:
-    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1:
+    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check
+    - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1