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
41ab5b1f
Commit
41ab5b1f
authored
Dec 28, 2014
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ fixing coverall
parent
822172c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.coveralls.yml
.coveralls.yml
+0
-2
.travis.yml
.travis.yml
+2
-1
No files found.
.coveralls.yml
deleted
100644 → 0
View file @
822172c5
service_name
:
travis-pro
repo_token
:
F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS
.travis.yml
View file @
41ab5b1f
...
...
@@ -2,13 +2,14 @@ language: cpp
compiler
:
-
gcc
-
clang
before_install
:
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get update -qq
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
-
sudo pip install cpp-coveralls
-
sudo pip install cpp-coveralls
yaml
before_script
:
-
autoreconf -iv
...
...
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