Skip to content

Commit 6ab0ff4

Browse files
committed
Qualify env variable as global
1 parent 8c2627c commit 6ab0ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ notifications:
33
language: generic
44
sudo: required
55
env:
6-
- PREBUILT_SHEN_VERSION=3.0.0
6+
global:
7+
- PREBUILT_SHEN_VERSION=3.0.0
78
matrix:
89
include:
910
- os: linux

0 commit comments

Comments
 (0)