Browse Source

Remember how circle.yml works.

master
Chris Smith 8 years ago
parent
commit
a5f09c93d5
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      circle.yml

+ 4
- 4
circle.yml View File

@@ -7,11 +7,11 @@ dependencies:
7 7
   pre:
8 8
     - pip install docker-compose
9 9
   override:
10
-    - docker-compose build
11
-  pwd: test
10
+    - docker-compose build:
11
+      pwd: test
12 12
 
13 13
 test:
14 14
   override:
15
-    - docker-compose run tests
16
-  pwd: test
15
+    - docker-compose run tests:
16
+      pwd: test
17 17
 

Loading…
Cancel
Save