Skip to content

Commit ad3e2f2

Browse files
committed
fix 'apt' and api_key on travis
1 parent 54b3129 commit ad3e2f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ branches:
33
only:
44
- master
55
before_install:
6-
- sudo apt update
7-
- sudo apt install python3 -y
6+
- sudo apt-get update
7+
- sudo apt-get install python3 -y
88
script:
99
python3 build.py
1010
deploy:
1111
provider: releases
12+
api_key: $GITHUB_TOKEN
1213
skip_cleanup: true
13-
edge: true
1414
file: build/install.sql
1515
on:
1616
repo: llouislu/tsql-diff

0 commit comments

Comments
 (0)