This website requires JavaScript.
Explore
Help
Sign In
status-im
/
codimd
mirror of
https://github.com/status-im/codimd.git
Watch
2
Star
0
Fork
You've already forked codimd
0
Code
Issues
Projects
Releases
Wiki
Activity
c531d96f66
codimd
/
.travis.yml
10 lines
99 B
YAML
Raw
Normal View
History
Unescape
Escape
Add travis ci
2017-02-15 10:14:58 +00: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 05:13:06 +00:00
dist
:
trusty
Add travis ci
2017-02-15 10:14:58 +00: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 18:23:58 +00:00
-
lts/boron
Add travis ci
2017-02-15 10:14:58 +00:00
env
:
-
CXX=g++-4.8
ci: Use yarn as default dependency management system Use yarn in TravisCI
2017-03-23 23:22:02 +00:00
cache
:
yarn