Skip to content

Commit 82797e5

Browse files
committed
Travis CI: don't run executable, as it exit with an error if run without parameters
1 parent 2f9b674 commit 82797e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ install:
1010
- esy install
1111
script:
1212
- esy build
13-
- esy ./_build/default/bin/Hello.exe
13+
# - esy ./_build/default/bin/Extract.exe

0 commit comments

Comments
 (0)