diff options
| -rw-r--r-- | .gitmodules | 6 | ||||
| -rw-r--r-- | .travis.yml | 15 | ||||
| -rw-r--r-- | README.md | 1 | 
3 files changed, 19 insertions, 3 deletions
| diff --git a/.gitmodules b/.gitmodules index b73790ad..a762c16e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@  [submodule "main/openvpn"]  	path = main/openvpn -	url = git@github.com:schwabe/openvpn.git +	url = https://github.com/schwabe/openvpn.git  [submodule "main/openssl"]  	path = main/openssl -	url = git@github.com:schwabe/platform_external_openssl.git +	url = https://github.com/schwabe/platform_external_openssl.git  [submodule "main/breakpad"]  	path = main/breakpad -	url = git@github.com:schwabe/breakpad.git +	url = https://github.com/schwabe/breakpad.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..94fd328f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: android +jdk: oraclejdk8 +android: +  components: +    - android-25 +    - build-tools +  licenses: +    - '.+' +install: +  - echo y | android update sdk -u -a -t tools +  - echo y | android update sdk -u -a -t platform-tools +  - echo y | android update sdk -u -a -t build-tools-25.0.2 +  - echo y | android update sdk -u -a -t android-25 +  - echo y | android update sdk -u -a -t android-23 +  - echo y | android update sdk -u -a -t extra-android-m2repository @@ -1,5 +1,6 @@  OpenVPN for Android  ============= +[](https://travis-ci.org/schwabe/ics-openvpn)  Description  ------------ | 
