Commit Graph

24 Commits

Author SHA1 Message Date
Clark Du fd77b7e6d6 ci: fix appveyor syntax error 2018-10-23 11:06:14 +01:00
Clark Du 811234ea02 ci: revert travis windows changes 2018-10-23 10:55:08 +01:00
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
Pooya Parsa 9c1e0d1743 feat: migrate nuxt into monorepo (#4051)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
Co-authored-by: Pooya Parsa <pooya@pi0.ir>
2018-10-18 00:58:25 +03:30
Clark Du 432720b8c8 fix: appveyor test failure (#3754)
* fix: appveyor test failure

* ci: bring back yarn cache

* ci: turn off matrix

* refactor: use babel instead of esm in jest

* refactor: use es modules in fixtures
2018-08-17 22:25:23 +02:00
Clark Du f9bdac2452 ci: only cache node_modules in appveyor 2018-08-16 22:36:37 +01:00
Clark Du bc6837c985 test: enable shallow clone for appveyor 2018-08-10 17:03:38 +01:00
Clark Du aa4c47e825 ci: cache node_modules in appveyor 2018-08-10 16:39:07 +01:00
Clark Du 24daeba035
ci: enable appveyor building only for latest node 2018-08-07 11:11:34 +01:00
Clark Du 92f72109e7
fix: appveyor syntax error 2018-08-07 10:58:53 +01:00
Clark Du f70bcb58bd
ci: only enable yarn cache in appveyor 2018-08-07 10:57:33 +01:00
Clark Du dc4c503a8c
ci: disable cache of appveyor 2018-08-07 10:48:23 +01:00
Clark Du 6567c205c9 ci: try run appveyor in 2 processes 2018-07-25 13:52:56 +01:00
Clark Du 5c6daae205 misc: bring back latest node version build on appveyor 2018-07-24 17:30:31 +01:00
Pooya Parsa 445fce1312 chore(ci): temporary disable appveyor tests for node 10.x due to yarn problems
https://ci.appveyor.com/project/nuxt/nuxt-js/build/job/28j5hetw69q2x893
2018-06-01 16:17:12 +04:30
Daniel Ruf 1f6b784d50
chore: add Node.js 10, remove Node.js 9 2018-05-12 19:14:06 +02:00
Clark Du ec87889133
ci(appveyor): not build feature branches with open pull requests 2018-03-19 18:26:57 +08:00
Pooya Parsa 05e3da6e51 fix build scripts 2018-03-19 04:37:47 +03:30
Pooya Parsa f4fc8405a7 ci: try to fix appveyor tests 2018-01-13 09:03:59 +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
Clark Du 36057fb899 Use yarn instead of npm in building 2017-06-03 16:04:37 +08:00
Sébastien Chopin 9372734e3f Add appveyor test config 2017-01-28 11:15:51 +01:00