Skip to content

Commit

Permalink
Testing valac-0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Feb 15, 2016
1 parent cfc88e3 commit c15ca38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compiler:
before_install:
- sudo add-apt-repository --yes ppa:vala-team
- sudo apt-get update --quiet
- sudo apt-get install --yes --force-yes valac-0.24 libglib2.0-bin
- sudo apt-get install --yes --force-yes valac-0.26 libglib2.0-bin
libglib2.0-dev libsoup2.4-dev libfcgi-dev python-pip valadoc
- sudo pip install cpp-coveralls sphinx PyYAML

Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def configure(conf):
'-Wno-unused-variable',
'-Wno-unused-but-set-variable',
'-Wno-unused-function'])
conf.env.append_unique('VALAFLAGS', ['--enable-experimental', '--fatal-warnings'])
# conf.env.append_unique('VALAFLAGS', ['--enable-experimental', '--fatal-warnings'])

if conf.options.enable_gcov:
conf.env.append_unique('CFLAGS', ['-fprofile-arcs', '-ftest-coverage'])
Expand Down

0 comments on commit c15ca38

Please sign in to comment.