Browse Source

Attempt to fix CircleCI tests

Danilo Bargen 8 năm trước cách đây
mục cha
commit
2d5919b8ef
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      circle.yml

+ 4 - 0
circle.yml

@@ -1,6 +1,8 @@
 machine:
   node:
     version: v6.1.0
+  environment:
+    CIRCLECI: true
 
 compile:
   override:
@@ -8,5 +10,7 @@ compile:
     - npm run build
 
 test:
+  pre:
+    - echo "\$CIRCLECI is $CIRCLECI"
   post:
     - npm run lint