diff options
author | Frédéric Menou <frederic.menou@fretlink.com> | 2018-08-23 17:50:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 17:50:21 +0200 |
commit | a60f5f961215e9a011b4a0dfe651758001f116d8 (patch) | |
tree | 6b6351d79fb567c68fb2d5e2bf4f1b8469891546 /.travis.yml | |
parent | 1838266541adbdea6e58e86324d85af0616dfda8 (diff) | |
parent | a7beaed870bf1169a53b218abfbe66c62bf846a3 (diff) | |
download | clever-tools-nix-a60f5f961215e9a011b4a0dfe651758001f116d8.tar.gz clever-tools-nix-a60f5f961215e9a011b4a0dfe651758001f116d8.tar.zst clever-tools-nix-a60f5f961215e9a011b4a0dfe651758001f116d8.zip |
Merge pull request #5 from hussein-aitlahcen/multiple-versions-1
Exhaustive versionning of packages
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f457c4..8b81afc 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -2,7 +2,7 @@ | |||
2 | language: nix | 2 | language: nix |
3 | 3 | ||
4 | script: | 4 | script: |
5 | - nix-env -i -f default.nix | 5 | - nix-env -i -f default.nix -A latest |
6 | - ./check.sh . | 6 | - ./check.sh . |
7 | 7 | ||
8 | notifications: | 8 | notifications: |