Skip to content

Commit 3dfd030

Browse files
committed
Merge branch 'release-0.26'
2 parents 6849cda + 035e3d4 commit 3dfd030

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3260
-1142
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/src/github.com
55
/src/golang.struktur.de
66
/*.pprof
7-
/server.conf
7+
/server.conf*
88
/*.log
99
/changelog*.txt
1010
/src/styles/.sass-cache

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
language: go
44

55
go:
6-
- 1.1
7-
- 1.2
86
- 1.3
97
- 1.4
108
- 1.5
119
- 1.6
1210

1311
env:
14-
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=0
15-
- GEM_HOME=/var/lib/gems/1.9.1 USE_GODEPS=1
12+
- GEM_HOME=/var/lib/gems/1.9.1
1613

1714
before_install:
1815
- sudo add-apt-repository -y ppa:chris-lea/node.js
@@ -23,19 +20,17 @@ install:
2320
- sudo gem1.9.1 install compass
2421
- sudo gem1.9.1 install scss-lint
2522
- npm install
26-
- 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
2723

2824
script:
2925
- ./autogen.sh
3026
- ./configure
31-
- if [ "$USE_GODEPS" = "0" ]; then make get; fi
32-
- if [ "$USE_GODEPS" = "1" ]; then make gpm; fi
3327
- make styleshint
3428
# TODO(fancycode): enable styleslint once all styles have been fixed
3529
# - make styleslint
3630
- make styles
3731
- make jshint
3832
- make javascript
33+
- make goget
3934
- make test
4035
- make binary
4136
- make build-i18n

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Simon Eisenmann <[email protected]>
77
Joachim Bauch <[email protected]>
88
Evan Theurer <[email protected]>
9+
Leon Klingele <[email protected]>
910

1011
Translation:
11-
Curt Frisemo <[email protected]>
12+
Curt Frisemo <[email protected]>

0 commit comments

Comments
 (0)