From 87f9c5315c751896c2eef1fdbe8f93c5b151577e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 19 Feb 2019 16:02:19 +0100 Subject: Start using travis and update a test It seems the canonical SMILES for glyphosate on PubChem has dropped the designation of the two charges --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..862f118 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: r +cache: packages +r: + - release + - devel -- cgit v1.2.1