Skip to content

Commit e1dae2d

Browse files
committed
Add $ to env properties
1 parent 069c1a4 commit e1dae2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ deploy:
4343
# dry_run: true
4444
provider: bintray
4545
file: bintray-descriptor.json
46-
user: BINTRAY_USER
47-
key: BINTRAY_API_KEY
46+
user: $BINTRAY_USER
47+
key: $BINTRAY_API_KEY
4848
skip_cleanup: true # to upload artifacts created during the build

0 commit comments

Comments
 (0)