This website requires JavaScript.
Explore
Help
Register
Sign In
Redocly
/
redoc
Watch
1
Star
1
Fork
0
You've already forked redoc
mirror of
https://github.com/Redocly/redoc.git
synced
2024-11-11 11:26:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce5306f1de
redoc
/
build
/
run_tests.sh
7 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Try run sauce labs build on travis
2016-01-17 01:36:23 +03:00
#!/bin/bash
Minor Travis fixes
2016-01-17 22:04:37 +03:00
if
[
"
$JOB
"
=
"e2e"
]
;
then
Try run sauce labs build on travis
2016-01-17 01:36:23 +03:00
npm run e2e
else
npm run unit
fi
Reference in New Issue
Copy Permalink