Explorar o código

cloudfront is not needed for dev endpoint build

thelamer %!s(int64=5) %!d(string=hai) anos
pai
achega
ef6ec6babe
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      .travis.yml
  2. 1 1
      script/pre_install

+ 2 - 2
.travis.yml

@@ -13,8 +13,6 @@ jobs:
   include:
     - stage: development
       if: branch = development AND tag IS blank AND type != pull_request
-      before_install:
-        - ./script/pre_install
       script:
         - ./script/build_release dev
       after_failure:
@@ -40,6 +38,8 @@ jobs:
         - echo test
     - stage: release
       if: branch = master AND type != pull_request
+      before_install:
+        - ./script/pre_install
       script:
         - echo test
       deploy:

+ 1 - 1
script/pre_install

@@ -2,4 +2,4 @@
 
 # Install aws cli
 
-pip install awscli tornado
+pip install --user awscli tornado