diff --git a/.travis.yml b/.travis.yml index 9c4c6b5d..ad1505f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,27 @@ dist: trusty language: go go: - - 1.12 +- 1.12 services: - - postgresql +- postgresql addons: + ssh_known_hosts: arch1.vdb.to postgresql: '11.2' go_import_path: github.com/vulcanize/vulcanizedb before_install: - - make installtools - - bash ./scripts/install-postgres-11.sh - - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - - - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list - - sudo apt-get update && sudo apt-get install yarn +- openssl aes-256-cbc -K $encrypted_e1db309e8776_key -iv $encrypted_e1db309e8776_iv + -in temp_rsa.enc -out temp_rsa -d +- eval "$(ssh-agent -s)" +- chmod 600 temp_rsa +- ssh-add temp_rsa +- ssh -4 -fNL 8545:localhost:8545 geth@arch1.vdb.to +- make installtools +- bash ./scripts/install-postgres-11.sh +- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - +- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list +- sudo apt-get update && sudo apt-get install yarn script: - - env GO111MODULE=on make test - - env GO111MODULE=on make integrationtest +- env GO111MODULE=on make test +- env GO111MODULE=on make integrationtest notifications: email: false -env: - matrix: - secure: GA4GiMHy868UD/C+59jRUOdJxxdLSMauNapPA31AODUMv0lcEOXg6TBJkv6Vn3OOrLHYYSpwCGiGQjF86U2vpKWzD1mSITalPfP/kNpFnrHVNf2oPpfrQs8ccs9gnFpbCNLDy0w2+55pgnrd5hvdnlsTEUS1lHWSKEZmWsSqUeS/dw22IS0+nUja0Pc3pHaWlJz2R502uEKIixjq1fOX65Z/9r1BrMqklOwWrABK0GwgYcDZwc+b3iovyDPkDa3sT/Ddz/srkcYi/Y182zdLdrknj3MVR3GiW5iSqIVm6gr427SFXF4EQVwkEBwAGoo83wRhCgCAslYTRZZ5aleb1HUtAWzuiMAd/JlAYb2jc6VJa19+rQ/5wd7Bann3hB5bY2uV+b02qFK3qWe6uqZLBSESWjFEyWJVoaXgpH0QDc0JG1R9UFxLSVa8NM3P/jgTnUgnAvdW36mTC4dg73Ha9bYdeLpuAZr6k8iTh5qp0CazKAazsdJ+ECNt6q3fkgsI/V5ZwCFfQwlauq+PiBaZsQqr7eeP19klipE3vGf6BCBRvCBdubzSgGZPIRkxOQREc24j/gzBjBNGeqoU2uOp8sXMEG5idfIyHbMU+n2Yi6IRKKPe5lwjgWEsqLkkoM2REMPIEPffRQz0f+mD48HWP0H4KjKHvubKRCE0v2ONlM4= diff --git a/environments/testing.toml b/environments/testing.toml index 891c1b8d..6552cedb 100644 --- a/environments/testing.toml +++ b/environments/testing.toml @@ -4,4 +4,4 @@ port = 5432 [client] - ipcPath = "" + ipcPath = "http://127.0.0.1:8545" diff --git a/temp_rsa.enc b/temp_rsa.enc new file mode 100644 index 00000000..0f4c243f Binary files /dev/null and b/temp_rsa.enc differ