]> git.immae.eu Git - github/fretlink/clever-tools-nix.git/commitdiff
fix: update travis script to build the latest only 5/head
authorHussein Ait Lahcen <hussein.aitlahcen@gmail.com>
Mon, 25 Jun 2018 12:13:00 +0000 (14:13 +0200)
committerHussein Ait Lahcen <hussein.aitlahcen@gmail.com>
Mon, 25 Jun 2018 12:13:00 +0000 (14:13 +0200)
.travis.yml

index 9f457c4e02d25e9af3def561993d78978dc4512d..8b81afcd63c2163aad55da8806c84d6fa91999e6 100644 (file)
@@ -2,7 +2,7 @@
 language: nix
 
 script:
- - nix-env -i -f default.nix
+ - nix-env -i -f default.nix -A latest
  - ./check.sh .
 
 notifications: