Skip to content

Commit 6496775

Browse files
authored
Merge pull request #1730 from MikeRalphson/travis-simplification2
Registry/Pretty-Spec prep: Travis / package.json simplification
2 parents ef13160 + 0805cc2 commit 6496775

File tree

120 files changed

+29
-12544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+29
-12544
lines changed

.travis.yml

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
sudo: false
2+
language: node_js
3+
node_js:
4+
- "node"
25
script:
3-
- npm install
4-
env:
5-
- VALIDATORS=tv4
6-
- VALIDATORS=zschema
7-
matrix:
8-
allow_failures:
9-
- env: VALIDATORS=tv4
10-
install:
11-
- rm -rf ~/.nvm
12-
- mkdir -p ~/.nvm
13-
- curl -L https://github.com/raw/creationix/nvm/master/install.sh | sh
14-
- source ~/.nvm/nvm.sh
15-
- nvm install 8
16-
- nvm use 8
17-
script:
18-
- npm install
196
- node node_modules/mdv/mdv versions/3.*.md

fixtures/v1.2/helloworld/server/README.md

-20
This file was deleted.

fixtures/v1.2/helloworld/server/pom.xml

-111
This file was deleted.

fixtures/v1.2/helloworld/server/src/main/webapp/api-docs

-9
This file was deleted.

fixtures/v1.2/helloworld/server/src/main/webapp/css/highlight.default.css

-135
This file was deleted.

0 commit comments

Comments
 (0)