From: Hussein Ait Lahcen Date: Mon, 25 Jun 2018 12:13:00 +0000 (+0200) Subject: fix: update travis script to build the latest only X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a7beaed870bf1169a53b218abfbe66c62bf846a3;p=github%2Ffretlink%2Fclever-tools-nix.git fix: update travis script to build the latest only --- diff --git a/.travis.yml b/.travis.yml index 9f457c4..8b81afc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: nix script: - - nix-env -i -f default.nix + - nix-env -i -f default.nix -A latest - ./check.sh . notifications: