This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
remote-jobs
Watch
2
Star
0
Fork
You've already forked remote-jobs
0
mirror of
https://github.com/remoteintech/remote-jobs
synced
2024-11-14 00:17:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cd75382f8a
remote-jobs
/
.travis.yml
6 lines
84 B
YAML
Raw
Normal View
History
Unescape
Escape
Fix company names; add Travis CI config (#377) * Fix minor issues in readme table * Parse and validate readme table * Add missing links from readme to company profiles * Fix the last issue with a company's name in its profile * Add script to rename a company profile * Fix example company name to match its profile filename * Rename company profiles to match filename convention Run this to generate the rename commands: bin/validate.js | grep 'Expected filename' | sed 's#^#bin/rename.sh company-profiles/#; s#: Expected filename "# company-profiles/#; s#" for company .*$##' | tee renames.txt Inspect the output, then run this to do the renames: sh < renames.txt * Add Travis CI configuration
2017-12-18 22:08:09 +00:00
language
:
node_js
before_script
:
npm install
Make the listing site work on Netlify (#460)
2018-08-12 01:41:11 +00:00
script
:
npm run validate && npm test
Reference in a new issue
Copy permalink