Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 2bf0eda

Browse files
committed
fix: update to Drafter 4.0.0-pre.3
1 parent c7825ca commit 2bf0eda

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ jobs:
1515
test:
1616
<<: *defaults
1717
steps:
18-
- run:
19-
name: Installing Compiler
20-
command: |
21-
sudo sh -c 'echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" > /etc/apt/sources.list.d/unstable.list'
22-
sudo apt-get update
23-
sudo apt-get install -y -t unstable gcc-7 g++-7
2418
- checkout
2519
- run: git submodule update --init --recursive
26-
- run: env CC="gcc-7" CXX="g++-7" npm install
20+
- run: npm install
2721
- run: npm test
2822
- persist_to_workspace:
2923
root: ~/repo

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ node_js:
66
- '8'
77
- '6'
88
- '4'
9-
addons:
10-
apt:
11-
sources:
12-
- ubuntu-toolchain-r-test
13-
packages:
14-
- gcc-5
15-
- g++-5
16-
env: CXX="g++-5" CC="gcc-5"
179
before_install:
1810
- git submodule update --init --recursive
1911
notifications:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Protagonist Changelog
22

3+
## Master
4+
5+
This update now uses Drafter 4.0.0-pre.3. Please see [Drafter
6+
4.0.0-pre.3](https://github.com/apiaryio/drafter/releases/tag/v4.0.0-pre.3) for
7+
the list of changes.
8+
39
## 2.0.0-pre.4
410

511
### Enhancements

drafter

Submodule drafter updated 97 files

0 commit comments

Comments
 (0)