From 34150e23d8e8a6cdf3162f01a462b169a32629f2 Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Fri, 28 Aug 2020 15:45:20 +0200
Subject: [PATCH] Edited the travis file

---
 .travis.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0c9a922..0de57f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,11 @@
+language: python
+
 services:
   - docker
 
 before_install:
-- rosetta/setup
-- rosetta/build
-- rosetta/run
+  - rosetta/setup
+  - rosetta/build
+  - rosetta/run
 
-script:
-- rosetta/test
+script: rosetta/test
-- 
GitLab