about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..2ab57adb59
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: nix
+nix: 2.2.2
+env:
+  - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
+before_script:
+  - nix-env -f '<nixpkgs>' -iA third_party.cachix
+  - cachix use tazjin
+script:
+  - nix-build ci-builds.nix | cachix push tazjin