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

Loading…
Cancel
Save