This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
TicketingSystem
mirror of
https://github.com/binhonglee/TicketingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Attempt to fix failing tests
Fixing-travis-yml
BinHong Lee
7 years ago
parent
08191e2766
commit
0cc350afc4
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.travis.yml
+1
-2
install.sh
+ 7
- 0
.travis.yml
View File
@@ -1,4 +1,11 @@
sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: sudo apt-get -qq update
install: ./install.sh
script: ant test
+ 1
- 2
install.sh
View File
@@ -1,5 +1,4 @@
sudo apt-get install libjsonrpccpp-dev libjsonrpccpp-tools libjsoncpp-dev
brew install libjson-rpc-cpp
sudo apt-get install libjsoncpp-dev
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
Write
Preview
Loading…
Cancel
Save