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 2 to fix TravisCI failing
Fixing-travis-yml
BinHong Lee
7 years ago
parent
0cc350afc4
commit
381964fa29
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
.travis.yml
+ 1
- 7
.travis.yml
View File
@@ -1,11 +1,5 @@
sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: sudo apt-get -qq update
before_install: sudo apt-get update
install: ./install.sh
script: ant test
Write
Preview
Loading…
Cancel
Save