Skip to content

Commit

Permalink
Prep for 2.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Apr 10, 2018
1 parent de215a0 commit c445cf9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
36 changes: 27 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
language: generic
---

language: node_js

node_js:
- lts/*

sudo: required

services:
- docker
- docker

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev

cache:
directories:
- /tmp/liftoff

env:
- DEPENDENCY_PACKAGES="appstream desktop-file-utils meson libgranite-dev libgtk-3-dev valac"
matrix:
include:
- env: DIST=loki
- env: DIST=juno

install:
- docker pull elementary/docker:loki
- docker run -v "$PWD":/tmp/build-dir elementary/docker:loki /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && meson build --prefix=/usr && cd build && ninja test"
- docker pull elementary/docker:loki-unstable
- docker run -v "$PWD":/tmp/build-dir elementary/docker:loki-unstable /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && rm -rf build && meson build --prefix=/usr && cd build && ninja test"
- npm install @elementaryos/houston

script:
- echo BUILDS PASSED
- houston ci
--distribution $DIST
9 changes: 9 additions & 0 deletions data/com.github.cassidyjames.dippi.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
<binary>com.github.cassidyjames.dippi</binary>
</provides>
<releases>
<release version="2.6.2" date="2018-04-10">
<description>
<p>Lithuanian Translation</p>
<ul>
<li>Lithuanian translation thanks to welaq</li>
<li>Fixed deprecation</li>
</ul>
</description>
</release>
<release version="2.6.1" date="2018-03-19">
<description>
<p>Translation &amp; Tweaks</p>
Expand Down

0 comments on commit c445cf9

Please sign in to comment.