Skip to content

Commit d3ef507

Browse files
committed
Just add some
1 parent fb3f24e commit d3ef507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ before_install:
1919
matrix:
2020
fast_finish: true
2121
include:
22-
- os: linux
22+
- os: linux # Linux
2323
dist: xenial
2424
addons:
2525
apt:
2626
update: true
2727
packages: nsis
2828
install: true
2929
script: makensis -V3 bdelock.nsi
30-
- os: windows
30+
- os: windows # Windows
3131
filter_secrets: false
3232
env: PATH="/c/Program Files (x86)/NSIS/:/c/Program Files/NSIS/:$PATH"
3333
install: choco install nsis -y

0 commit comments

Comments
 (0)