Travis: don't need to build jsmn before

FossilOrigin-Name: bfbc54df80cf9574e431edfa3b831ef4d2dc492cc07f00ffa26c9f8a3441b36b
This commit is contained in:
alexis.lagoutte@gmail.com 2016-03-25 14:13:45 +00:00
parent 7e547398ce
commit f209e9e178
1 changed files with 0 additions and 8 deletions

View File

@ -15,14 +15,6 @@ before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- $CC --version
- $CXX --version
before_script:
- cd src/contrib
- sudo ./install_libuci.sh
- cd jsmn
- make
- cd ..
- cd ..
- cd ..
script:
- make
- cd src