Skip to content

Commit

Permalink
move envs to global
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelk committed Jan 12, 2020
1 parent c29eefb commit a976b97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: go
sudo: false

env:
- PROJECT=goscrape
- PROJECT_REPO=cornelk/goscrape
global:
- PROJECT=goscrape
- PROJECT_REPO=cornelk/goscrape

matrix:
include:
Expand Down

0 comments on commit a976b97

Please sign in to comment.