Commit Graph

14 Commits

Author SHA1 Message Date
Clark Du
818c66f567
ci: use travis instead of appveyor (#4168)
<!--- Provide a general summary of your changes in the title above -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->


## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [ ] All new and existing tests are passing.
2018-10-22 14:02:17 +01:00
Clark Du
96a737100d chore: remove unnecessary travis config file (#4030) 2018-10-03 13:34:29 +03:30
Pooya Parsa
9b8cbed512 perf: remove rollup build
Using native node 8.x for less transpilations
2017-12-12 13:12:29 +03:30
Pooya Parsa
36ceb1b334 perf: increase minimum required node version to 8.x 2017-12-08 16:55:51 +03:30
Clark Du
50ade95694 feat: cache dependencies in ci building 2017-10-20 10:50:22 +03:30
Pooya Parsa
ba8e8abce3 chore: update node versions 2017-08-17 22:19:17 +04:30
Sébastien Chopin
18fd47ee61 Remove npm check & update yarn.lock 2017-06-18 13:35:44 +02:00
Clark Du
36057fb899 Use yarn instead of npm in building 2017-06-03 16:04:37 +08:00
Pooya Parsa
9f7722f845 test: add node 8 to build matrix 2017-05-31 17:36:37 +04:30
Pooya Parsa
379fb753ca [ci] drop node<6
This is because jsdom no longer supports this environments
2017-04-30 02:47:28 +04:30
Sébastien Chopin
649365f4f6 Force npm3 2016-12-16 10:09:51 +01:00
Sébastien Chopin
ac44c6dd54 Remove node 0.10 & 0.12 2016-12-09 19:46:07 +01:00
Sébastien Chopin
10190052b9 Update node versions 2016-12-09 19:00:28 +01:00
Sébastien Chopin
59408bd329 travis and coverage 2016-12-09 18:53:55 +01:00