diff options
author | manojgudi | 2013-12-31 17:26:32 +0530 |
---|---|---|
committer | manojgudi | 2013-12-31 17:26:32 +0530 |
commit | 36100855ba2bb1a33ec42dfcc48dada6c39dc862 (patch) | |
tree | bbc3590690103f6554fc0451063e3df9bb776494 | |
parent | 429d35831a432d920d8bf61a380ee639fdf0c2d3 (diff) | |
download | sandhi-36100855ba2bb1a33ec42dfcc48dada6c39dc862.tar.gz sandhi-36100855ba2bb1a33ec42dfcc48dada6c39dc862.tar.bz2 sandhi-36100855ba2bb1a33ec42dfcc48dada6c39dc862.zip |
Working .travis.yml \m/
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4a3a5bf..830d95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: cpp compiler: gcc + + cache: apt before_install: - sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner" |