We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b3129 commit ad3e2f2Copy full SHA for ad3e2f2
1 file changed
.travis.yml
@@ -3,14 +3,14 @@ branches:
3
only:
4
- master
5
before_install:
6
- - sudo apt update
7
- - sudo apt install python3 -y
+ - sudo apt-get update
+ - sudo apt-get install python3 -y
8
script:
9
python3 build.py
10
deploy:
11
provider: releases
12
+ api_key: $GITHUB_TOKEN
13
skip_cleanup: true
- edge: true
14
file: build/install.sql
15
on:
16
repo: llouislu/tsql-diff
0 commit comments