Browse Source

deploy via travis

pull/39/head
Aaron Parecki 8 years ago
parent
commit
f69da25ff2
3 changed files with 10 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +9
    -0
      .travis.yml
  3. BIN
      XRay-67d8fdd0bba3.json.enc

+ 1
- 0
.gitignore View File

@ -1,3 +1,4 @@
.DS_Store
config.php
vendor/
XRay-*.json

+ 9
- 0
.travis.yml View File

@ -5,3 +5,12 @@ sudo: false
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction
before_install:
- openssl aes-256-cbc -K $encrypted_e44c58426490_key -iv $encrypted_e44c58426490_iv
-in XRay-67d8fdd0bba3.json.enc -out XRay-67d8fdd0bba3.json -d
deploy:
skip_cleanup: true
provider: gae
default: true
project: xray-p3k-io
on: master

BIN
XRay-67d8fdd0bba3.json.enc View File


Loading…
Cancel
Save