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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31
Commits
2
Branches
691 KiB
Tree:
d1fefb6543
Fixing-travis-yml
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd1fefb6543'
${ noResults }
TicketingSystem
/
.travis.yml
.travis.yml
77 B
Raw
Normal View
History
Fixed TravisCI requirements
7 years ago
Added support with empty database and some basic test scripts
7 years ago
1
2
3
4
5
sudo: required
g++: 4.8
language: cpp
install: ./install.sh
script: ant test