Remove Travis CI configuration

We're using Circle CI for testing a bunch of the spec, and so far it has the advantage of being faster. Also, it's not named the same as me.

We can also remove the Travis CI specific check in generate-matrix-org-assets because Circle CI doesn't touch this.
This commit is contained in:
Travis Ralston 2018-07-24 14:47:47 -06:00
parent 24e531a896
commit dcc4b0bfbc
2 changed files with 2 additions and 21 deletions

View file

@ -8,11 +8,8 @@ cd `dirname $0`/..
mkdir -p assets
if [ "$TRAVIS" != "true" ]
then
# generate specification/proposals.rst
./scripts/proposals.py
fi
# generate specification/proposals.rst
./scripts/proposals.py
# generate the spec docs
./scripts/gendoc.py -d assets/spec