travis: add github as known ssh host
This commit is contained in:
parent
6e352bbf8a
commit
3acee58f73
@ -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…
x
Reference in New Issue
Block a user