This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
deploy via travis
pull/39/head
Aaron Parecki
8 years ago
parent
7fafb51e92
commit
f69da25ff2
3 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+9
-0
.travis.yml
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
Write
Preview
Loading…
Cancel
Save