提交 d06319ac 编写于 作者: J Jeet Parekh

use before_install instead of before_script

上级 1c9e7fc3
......@@ -12,7 +12,7 @@ jobs:
dist: xenial
sudo: required
before_script:
before_install:
- wget https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-16.04.deb
- sudo dpkg -i seabolt-1.7.4-Linux-ubuntu-16.04.deb
- sudo apt-get install -y libssl-dev build-essential
......@@ -35,7 +35,7 @@ jobs:
os: osx
osx_image: xcode10.2
before_script:
before_install:
- curl -LO https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Darwin.tar.gz
- tar -zxf seabolt-1.7.4-Darwin.tar.gz
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/share/pkgconfig
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册