• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TypeStrong / ts-node / 3067
86%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2020 08:11AM UTC
Jobs 4
Files 2
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3067

push

travis-ci

web-flow
Fix bash error in usage example on README page (#943)

* Fix bash error in usage example on README page

On Linux bash terminal, executing
`echo "console.log('Hello, world!')"`
gives the following error:
`bash: !': event not found`

To fix the issue, changing the log string from
`Hello, world!` to `Hello, world`

Tested on following systems:
* Ubuntu 18.04.3 LTS
* Linux Mint 19

* Switching the quotes to keep the exclamation mark

Switching the quotes around in the line
`echo "console.log('Hello, world!')" | ts-node`
to get the line as
`echo 'console.log("Hello, world!")' | ts-node`
in order to keep the exclamation mark, while also
avoiding the bash error at the same time.

109 of 214 branches covered (50.93%)

500 of 634 relevant lines covered (78.86%)

210.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3067.1 (NODE=6 TYPESCRIPT=typescript@latest) 15 Feb 2020 08:12AM UTC 0
78.86
Travis Job 3067.1
2 3067.2 (NODE=stable TYPESCRIPT=typescript@latest) 15 Feb 2020 08:12AM UTC 0
78.86
Travis Job 3067.2
3 3067.3 (NODE=stable TYPESCRIPT=typescript@2.7) 15 Feb 2020 08:11AM UTC 0
78.86
Travis Job 3067.3
4 3067.4 (NODE=stable TYPESCRIPT=typescript@next) 15 Feb 2020 08:12AM UTC 0
78.86
Travis Job 3067.4
Source Files on build 3067
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3067
  • 3eb46e02 on github
  • Prev Build on master (#3066)
  • Next Build on master (#3068)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc