Browse Source

travis: add github as known ssh host

Kirill Vainer 8 years ago
parent
commit
3acee58f73
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -6,6 +6,9 @@ branches:
   - master
   - v3.1
 
+addons:
+  ssh_known_hosts: github.com
+
 matrix:
   include:
   - os: osx
@@ -16,6 +19,9 @@ matrix:
   # - os: linux
   #   jdk: openjdk7
 
+install:
+ - echo hello
+
 # TODO: Temporary - remove me.
 script:
  - ./private/upload_native.sh