Skip to content

Commit

Permalink
Merge branch 'release-0.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
longsleep committed Jun 3, 2016
2 parents 6849cda + 035e3d4 commit 3dfd030
Show file tree
Hide file tree
Showing 84 changed files with 3,260 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/src/github.com
/src/golang.struktur.de
/*.pprof
/server.conf
/server.conf*
/*.log
/changelog*.txt
/src/styles/.sass-cache
Expand Down
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
language: go

go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6

env:
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=0
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=1
- GEM_HOME=/var/lib/gems/1.9.1

before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js
Expand All @@ -23,19 +20,17 @@ install:
- sudo gem1.9.1 install compass
- sudo gem1.9.1 install scss-lint
- npm install
- if [ "$USE_GODEPS" = "1" ]; then wget https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm && chmod +x gpm && sudo mv gpm /usr/local/bin; fi

script:
- ./autogen.sh
- ./configure
- if [ "$USE_GODEPS" = "0" ]; then make get; fi
- if [ "$USE_GODEPS" = "1" ]; then make gpm; fi
- make styleshint
# TODO(fancycode): enable styleslint once all styles have been fixed
# - make styleslint
- make styles
- make jshint
- make javascript
- make goget
- make test
- make binary
- make build-i18n
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Simon Eisenmann <[email protected]>
Joachim Bauch <[email protected]>
Evan Theurer <[email protected]>
Leon Klingele <[email protected]>

Translation:
Curt Frisemo <[email protected]>
Curt Frisemo <[email protected]>
Loading

0 comments on commit 3dfd030

Please sign in to comment.