From 6a72f36c4b0dce3282c0f92cf1e73262d3589e57 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sun, 4 Apr 2021 22:02:05 +0200 Subject: [PATCH] simplify travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4cb7ee..39cc83d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,10 +26,9 @@ before_install: - chmod 600 ~/.ssh/id_rsa - echo -e "[zeus.ugent.be]:2222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC87/Q3H8f7ghmA+iCtKGaNyk0fx3Z36Xrn+eGv8a4pD7MXeu6Uwr0aN5HnkcbRWXFtMwnAU3ptoP90vH7qu99w=\n[herbert.ugent.be]:2222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGLnJMh2DgqpVnHxOmeV6KffvzZGEVfniq0NFHRGZoL4f7Uc8xeG9gn3cc7lCL02F9LwWZNwR4gSqhGt/RK2S54=\n[git.zeus.gent]:2222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGLnJMh2DgqpVnHxOmeV6KffvzZGEVfniq0NFHRGZoL4f7Uc8xeG9gn3cc7lCL02F9LwWZNwR4gSqhGt/RK2S54=\n" >> ~/.ssh/known_hosts - git submodule update --init --recursive --remote -- nix-shell --run 'bundle install --without=development,nanoc' script: -- nix-shell --run 'bundle exec nanoc --env=prod' -- nix-shell --run 'bundle exec nanoc --env=prod check --deploy' +- nix-shell --run 'nanoc --env=prod' +- nix-shell --run 'nanoc --env=prod check --deploy' after_success: - chmod +x ./deploy.sh - nix-shell --run './deploy.sh'