travis: add github as known ssh host

native-compilation-test
Kirill Vainer 8 years ago
parent 6e352bbf8a
commit 3acee58f73
  1. 6
      .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

Loading…
Cancel
Save