This website requires JavaScript.
Explore
Help
Sign in
github
/
hedgedoc
Watch
1
Star
0
Fork
You've already forked hedgedoc
0
mirror of
https://github.com/hedgedoc/hedgedoc.git
synced
2024-11-23 02:06:29 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
66db70a085
hedgedoc
/
.travis.yml
10 lines
99 B
YAML
Raw
Normal View
History
Unescape
Escape
Add travis ci
2017-02-15 05:14:58 -05:00
language
:
node_js
Move to Ubuntu Trusty on Travis CI and remove apt add-on Two reasons here: 1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it. we still can move to Trusty earlier as I didn't see any dependency of Precise here. 2) g++4.8 is built-in in Travis CI's Ubuntu Trusty environment, which means we don't need to spend time on adding ppa repository, apt update and apt install, could save time on the CI.
2017-04-18 01:13:06 -04:00
dist
:
trusty
Add travis ci
2017-02-15 05:14:58 -05:00
node_js
:
-
6
-
7
Remove eslint 1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com>
2017-03-12 14:23:58 -04:00
-
lts/boron
Add travis ci
2017-02-15 05:14:58 -05:00
env
:
-
CXX=g++-4.8
ci: Use yarn as default dependency management system Use yarn in TravisCI
2017-03-23 19:22:02 -04:00
cache
:
yarn
Reference in a new issue
Copy permalink