Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
6561e4e4
Commit
6561e4e4
authored
Dec 28, 2014
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ execute unit tests explicitly
parent
75b2f409
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
.gitignore
.gitignore
+14
-0
.travis.yml
.travis.yml
+1
-1
No files found.
.gitignore
View file @
6561e4e4
...
@@ -18,3 +18,17 @@ html
...
@@ -18,3 +18,17 @@ html
*.o
*.o
*.Po
*.Po
install-sh
json_unit
Makefile
missing
.dirstamp
test-driver
Makefile.in
.travis.yml
View file @
6561e4e4
...
@@ -16,7 +16,7 @@ before_script:
...
@@ -16,7 +16,7 @@ before_script:
script
:
script
:
-
make
-
make
-
make check
-
./json_unit
after_success
:
after_success
:
-
make clean
-
make clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment