Browse Source

Added Travis integration.

The test is just compilation for now.
pull/1/head
Joachim Bauch 12 years ago
parent
commit
8683be8571
  1. 25
      .travis.yml

25
.travis.yml

@ -0,0 +1,25 @@ @@ -0,0 +1,25 @@
# stats available at
# https://travis-ci.org/strukturag/spreed-speakfreely/
language: go
go:
- 1.1
- 1.2
- tip
before_install:
- sudo apt-get update
install:
- sudo apt-get -y install nodejs npm ruby-sass ruby-compass python-babel
# 'npm config set ca ""' required only for node 0.6
# which is installed on Travis CI
# see https://github.com/npm/npm/issues/4379#issuecomment-31590254
- sudo npm config set ca ""
- sudo npm install -g po2json
script:
- make get
- make styles
- make javascript
- make binary
Loading…
Cancel
Save