Skip to content

Commit 8d4a046

Browse files
committed
Print an echo message in Travis' script
1 parent 2cd1dbc commit 8d4a046

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
@@ -5,8 +5,8 @@ jdk:
55
- openjdk11
66
env: NODE_VERSION=10.2.1
77
before_install: nvm install $NODE_VERSION
8-
# Skip default build
9-
script: ""
8+
script:
9+
- echo "Skip default build"
1010

1111
jobs:
1212
include:

0 commit comments

Comments
 (0)