Browse Source

Merge pull request #541 from svaarala/remove-unused-travis-packages

Remove packages not needed in Travis build anymore
pull/539/head
Sami Vaarala 9 years ago
parent
commit
5a9d96dea8
  1. 3
      .travis.yml
  2. 2
      Makefile

3
.travis.yml

@ -2,8 +2,7 @@ language: c
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install bc
- sudo apt-get install python-rdflib python-yaml
- sudo apt-get install python-yaml
- sudo apt-get install tidy
#compiler:
# - clang

2
Makefile

@ -1022,7 +1022,7 @@ cloc: dist cloc-1.60.pl
# XXX: make prints a harmless warning related to the sub-make.
dist:
@make codepolicycheck
if [ -f compiler.jar ]; then python util/make_dist.py --minify closure --create-spdx; else python util/make_dist.py --minify none --create-spdx; fi
if [ -f compiler.jar ]; then python util/make_dist.py --minify closure --create-spdx; else python util/make_dist.py --minify none; fi
.PHONY: dist-src
dist-src: dist

Loading…
Cancel
Save