Armani Ferrante hace 4 años
padre
commit
32c6ad3cf5
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 0 1
      .travis.yml
  2. 1 2
      examples/errors/tests/errors.js

+ 0 - 1
.travis.yml

@@ -47,7 +47,6 @@ jobs:
         - pushd examples/composite && anchor test && popd
         - pushd examples/errors && anchor test && popd
         - pushd examples/spl/token-proxy && anchor test && popd
-        - pushd examples/lockup && anchor test && popd
         - pushd examples/tutorial/basic-0 && anchor test && popd
         - pushd examples/tutorial/basic-1 && anchor test && popd
         - pushd examples/tutorial/basic-2 && anchor test && popd

+ 1 - 2
examples/errors/tests/errors.js

@@ -1,6 +1,5 @@
 const assert = require("assert");
-//const anchor = require('@project-serum/anchor');
-const anchor = require("/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor/ts");
+const anchor = require('@project-serum/anchor');
 
 describe("errors", () => {
   // Configure the client to use the local cluster.